home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / main.dxr / 00496_play mov.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  299 b   |  12 lines

  1. on mouseDown me
  2.   case the movieRate of sprite 5 of
  3.     0:
  4.       set the memberNum of sprite the spriteNum of me to 36
  5.       set the movieRate of sprite 5 to 1
  6.     1:
  7.       set the memberNum of sprite the spriteNum of me to 35
  8.       set the movieRate of sprite 5 to 0
  9.   end case
  10.   updateStage()
  11. end
  12.